home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / libc.so < prev    next >
Text File  |  1996-11-17  |  934b  |  24 lines

  1. Hi,
  2.  
  3. As kernel 1.3.95 (and above) does locking correctly you will get
  4. spurious error messages like
  5.  
  6.     fcntl_setlk() called by process 151 with broken flock() emulation
  7.  
  8. if you use the broken flock() supplied in your libc. Now since a.out
  9. libc is no longer officially supported, here is an unofficial libc that I
  10. compiled which fixes the "problem". Basically it works for me. Tell me if
  11. you find something broken and I will (try to) fix it.
  12.  
  13. Other than that, this new library has the some of the newer fixes from the
  14. libc5 branch (like new syslog.c, termcap 2.0.8, execvp.c, etc...). I will
  15. be maintaining a.out libc unofficially if you need any help.
  16.  
  17. Only the libc.so.4.7.6 is provided. All other related libs should be intalled
  18. from the libc-4.7.5.bin.tar.gz available from sunsite.unc.edu:/pub/Linux/GCC.
  19. To install, gunzip the file libc.so.4.7.6.gz, move it to /lib and rerun the
  20. "ldconfig" command.
  21.  
  22. Mitch
  23. Mitch.DSouza@NetComm.IE
  24.